home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Sound / AHI / BGUI / Install BGUI < prev    next >
Text File  |  1997-03-21  |  362b  |  20 lines

  1. (set @default-dest "Libs:")
  2.  
  3.     (set #t_copylib "Copying bgui.library to Libs:")
  4.  
  5.     (set #t_welcome        (cat
  6.         " This script will install the BGUI library"
  7.         " in your Libs: drawer.\n"
  8.         " BGUI is required by the preferences program."
  9.     ))
  10.  
  11. (message #t_welcome)
  12.  
  13. (copylib
  14.     (prompt #t_copylib)
  15.     (help @copylib-help)
  16.     (source "bgui.library")
  17.     (dest "Libs:")
  18.     (confirm)
  19. )
  20.